home *** CD-ROM | disk | FTP | other *** search
- Changes since initial AMIGA 23/DEC/1997 release:
-
- PGPK:
-
- 1. Now works correctly for option 3 (2048) of RSA key generation...
- - You can now generate 2048 bit RSA keys... If you've got 20 minutes
- - or so! Previously, program would only let you generate 1024 bit
- - maximum size keys.
-
- 2. You can now select option 4 if you make a 4096/1024 DSS/D-H key...
- - Program error message "Minimum key size is 768" was incorrectly
- - displayed if you tried to select option #4 when creating a DSS/D-H
- - key... Again, if you've got 20 minutes or so!
-
- 3. Option 4 message choice is now correct for DSS/D-H key generation...
- - Displayed "3072/1024 bits- Archival grade, slow, highest security"
- - before.
- - Now displays "4096/1024 bits- Archival grade, slow, highest security".
-
- 4. Display of RSA or DSS/D-H key algorithm choice now correct...
- - Would incorrectly display a "subkey" for RSA key generation.
- - RSA does not have a "subkey"!
-
-
- PGPE:
- PGPV:
- PGPS:
-
- 1. No significant changes.
-
- -------------------------------------------------------------------------------
-
- Changes since AMIGA 2/JAN/1998 release:
-
- 1. I unlocked the secret to making the 32 bit stuff work on the AMIGA.
- - See "src/lib/bn/bni.h", line 154, in the source-code for details.
- - Improves speed - Half as long to wait for most things!
-
- 2. BETA warnings: Start at 1-APRIL-1998... No Joke *8=)
-
- -------------------------------------------------------------------------------
-
- Changes for AMIGA 29/JAN/1998 release:
-
- 1. ALL messages now go to "stdout" instead of "stderr".
- - Allows for easier integration of Amiga PGP5 with external programs.
- - I hope this doesn't break current, existing "integrations".
-
- 2. PGPK - Because of the change from stderr to stdout, needed to make sure we
- flushed output from "KeyGenGetKeyType()".
-
- 3. Added version information.
- - "C:Version" now returns version info about executables.
-
- 4. Made sure the "HAVE64" arithmetic "bit-widths" are used in
- "lib/pgp/hash/pgpSHA.c" and "lib/pgp/hash/pgpSHA.c".
-
- 5. BETA warnings: Start at 1-JUNE-1998.
-
- -------------------------------------------------------------------------------
-
- *** NOTE ***
-
- All changes are "#ifdef AMIGA" or "#if defined(AMIGA)" in the source code...
- That means only the AMIGA version will have these changes in effect.
- Feel free to use them for the UNIX version if appropriate!
-